'Declaration
Public Overloads Sub Select( _ ByVal ranges As IList(Of CellRange), _ ByVal show As Boolean _ )
public void Select( IList<CellRange> ranges, bool show )
Parameters
- ranges
- CellRange that specifies ranges of the cells that will be selected.
- show
- Whether to scroll the last selection range into view.